go.pact.im/x/plumb/internal/diag.Error.pos (field)
6 uses
go.pact.im/x/plumb/internal/diag (current package)
diag.go#L61: pos token.Position // the offending source position; zero if none applies
diag.go#L66: if e.pos.IsValid() {
diag.go#L67: return fmt.Sprintf("%s: %s", e.pos, e.err.Error())
diag.go#L80: return &Error{pos: pos, err: wrapped}
diag.go#L119: case CmpPos(b.pos, a.pos) < 0:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)